Auto merge of #3183 - rjgoldsborough:broken-docs-links, r=alexcrichton
authorbors <bors@rust-lang.org>
Sun, 9 Oct 2016 17:12:36 +0000 (10:12 -0700)
committerGitHub <noreply@github.com>
Sun, 9 Oct 2016 17:12:36 +0000 (10:12 -0700)
removing return false causing links to break

Gah! Sorry about that.

fixes #3182

I added a `return false` to the function above to prevent it from toggling itself back off but for some reason put one here as well which stopped the event before the link could fire.


Trivial merge